home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / DefineButton2_256 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-26  |  130 b   |  7 lines

  1. on(press){
  2.    _root.player.maxspeed = 20;
  3.    reat = new Sound();
  4.    reat.attachSound("magical bing");
  5.    reat.start(0,1);
  6. }
  7.